From: Debian Multimedia Maintainers Date: Wed, 6 Apr 2022 08:20:55 +0000 (+0200) Subject: fixed spelling mistakes X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=ab16a681ed8b06430de11b89e0f0b5b7fb4b2336;p=jacktrip.git fixed spelling mistakes Forwarded: https://github.com/jacktrip/jacktrip/pull/209 Last-Update: 2021-01-21 Last-Update: 2021-01-21 Gbp-Pq: Name spelling_fixes.patch --- diff --git a/src/JackTrip.cpp b/src/JackTrip.cpp index e841731..eac05f1 100644 --- a/src/JackTrip.cpp +++ b/src/JackTrip.cpp @@ -826,7 +826,7 @@ void JackTrip::receivedDataTCP() mTcpClient.close(); // Close the socket // cout << "TCP Socket Closed!" << endl; - // If we sent authentication data, check if our authentication attempt was succesfull + // If we sent authentication data, check if our authentication attempt was successfull if (mUseAuth && udp_port > 65535) { QString error_message; if (udp_port == Auth::WRONGCREDS) { @@ -854,7 +854,7 @@ void JackTrip::receivedDataTCP() } if (gVerboseFlag) - cout << "Connection Succesfull!" << endl; + cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------